Html Css Color HEX #0C7BCB Navy Blue

📋 copy color: '#0C7BCB'

red 12 ◦ green 123 ◦ blue 203

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

Shades of Navy Blue #0C7BCB

Tints of Navy Blue #0C7BCB

RGB

 RED value IS 12 (5.08% from 255) = 3.55%

 GREEN value IS 123 (48.44% from 255) = 36.39%

 BLUE value IS 203 (79.69% from 255) = 60.06%

R = 3.55%
G = 36.39%
B = 60.06%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0C7BCB (or 0x0C7BCB) is known color: Navy Blue. HEX triplet: 0C, 7B and CB. RGB value is (12,123,203). Sum of RGB (Red+Green+Blue) = 12+123+203=338 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.55% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #0C7BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C7BCB is #F38434. Grayscale: #626262. Windows color (decimal): -15959093 or 13335308. OLE color: 13335308.

HSL color Cylindrical-coordinate representation of color #0C7BCB: hue angle of 205.13º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C7BCB is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 123 203 -
CMYK 0.94 0.39 0 0.20
HSL 205.13º 0.89% 0.42% -
HSV(B) 205.13º 0.94% 0.8% -
XYZ 18.01 18.56 59.13 -
YUV 98.93 186.73 66 -
System Red Green Blue C M Y K H S L
Decimal 12 123 203 0.94 0.39 0 0.20 205.13 0.89 0.42
Hex C 7B CB 5E 27 0 14 CD 59 2A
Octal 14 173 313 136 47 0 24 315 131 52
Binary 1100 1111011 11001011 1011110 100111 0 10100 11001101 1011001 101010

Color Harmonies of #0C7BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7BCB

Black with #0C7BCB

Text Example


Text Example

White with #0C7BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,123,203); }

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

background-color css

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

 a { background-color: rgb(12,123,203); }

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

border-color css

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

 span { border-color: rgb(12,123,203); }

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