Html Css Color HEX #0B78CE Navy Blue

📋 copy color: '#0B78CE'

red 11 ◦ green 120 ◦ blue 206

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

Shades of Navy Blue #0B78CE

Tints of Navy Blue #0B78CE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.61%

 BLUE value IS 206 (80.86% from 255) = 61.13%

R = 3.26%
G = 35.61%
B = 61.13%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0B78CE (or 0x0B78CE) is known color: Navy Blue. HEX triplet: 0B, 78 and CE. RGB value is (11,120,206). Sum of RGB (Red+Green+Blue) = 11+120+206=337 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.26% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #0B78CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0B78CE is #F48731. Grayscale: #606060. Windows color (decimal): -16025394 or 13531147. OLE color: 13531147.

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

Color convert

RGB 11 120 206 -
CMYK 0.95 0.42 0 0.19
HSL 206.46º 0.9% 0.43% -
HSV(B) 206.46º 0.95% 0.81% -
XYZ 18 17.96 60.91 -
YUV 97.21 189.39 66.51 -
System Red Green Blue C M Y K H S L
Decimal 11 120 206 0.95 0.42 0 0.19 206.46 0.9 0.43
Hex B 78 CE 5F 2A 0 13 CE 5A 2B
Octal 13 170 316 137 52 0 23 316 132 53
Binary 1011 1111000 11001110 1011111 101010 0 10011 11001110 1011010 101011

Color Harmonies of #0B78CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B78CE

Black with #0B78CE

Text Example


Text Example

White with #0B78CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,120,206); }

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

background-color css

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

 a { background-color: rgb(11,120,206); }

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

border-color css

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

 span { border-color: rgb(11,120,206); }

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