Html Css Color HEX #0B61CC Navy Blue

📋 copy color: '#0B61CC'

red 11 ◦ green 97 ◦ blue 204

#0B61CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0B61CC

Tints of Navy Blue #0B61CC

RGB

 RED value IS 11 (4.69% from 255) = 3.53%

 GREEN value IS 97 (38.28% from 255) = 31.09%

 BLUE value IS 204 (80.08% from 255) = 65.38%

R = 3.53%
G = 31.09%
B = 65.38%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0B61CC (or 0x0B61CC) is known color: Navy Blue. HEX triplet: 0B, 61 and CC. RGB value is (11,97,204). Sum of RGB (Red+Green+Blue) = 11+97+204=312 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.53% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #0B61CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B61CC is #F49E33. Grayscale: #525252. Windows color (decimal): -16031284 or 13394187. OLE color: 13394187.

HSL color Cylindrical-coordinate representation of color #0B61CC: hue angle of 213.26º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B61CC is Cyan = 0.95, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 11 97 204 -
CMYK 0.95 0.52 0 0.2
HSL 213.26º 0.9% 0.42% -
HSV(B) 213.26º 0.95% 0.8% -
XYZ 15.31 12.98 58.83 -
YUV 83.48 196.01 76.3 -
System Red Green Blue C M Y K H S L
Decimal 11 97 204 0.95 0.52 0 0.2 213.26 0.9 0.42
Hex B 61 CC 5F 34 0 14 D5 5A 2A
Octal 13 141 314 137 64 0 24 325 132 52
Binary 1011 1100001 11001100 1011111 110100 0 10100 11010101 1011010 101010

Color Harmonies of #0B61CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B61CC

Black with #0B61CC

Text Example


Text Example

White with #0B61CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B61CC; }

 p { color: rgb(11,97,204); }

 H1.HeaderClassName
 {
   color: #0B61CC;
 }
 .AnyTagClassName
 {
   color: #0B61CC;
 }
</style>

background-color css

<style>
 a { background-color: #0B61CC; }

 a { background-color: rgb(11,97,204); }

 div.DivClassName
 {
   background-color: #0B61CC;
 }
 .BgClassName
 {
   background-color: #0B61CC;
 }
</style>

border-color css

<style>
 span { border-color: #0B61CC; }

 span { border-color: rgb(11,97,204); }

 td.TdClassName
 {
   border-color: #0B61CC;
 }
 .TagClassName
 {
   border-color: #0B61CC;
 }
</style>