Html Css Color HEX #0C6CDF Navy Blue

📋 copy color: '#0C6CDF'

red 12 ◦ green 108 ◦ blue 223

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

Shades of Navy Blue #0C6CDF

Tints of Navy Blue #0C6CDF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.49%

 BLUE value IS 223 (87.5% from 255) = 65.01%

R = 3.5%
G = 31.49%
B = 65.01%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C6CDF (or 0x0C6CDF) is known color: Navy Blue. HEX triplet: 0C, 6C and DF. RGB value is (12,108,223). Sum of RGB (Red+Green+Blue) = 12+108+223=343 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.50% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C6CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C6CDF is #F39320. Grayscale: #5B5B5B. Windows color (decimal): -15962913 or 14642188. OLE color: 14642188.

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

Color convert

RGB 12 108 223 -
CMYK 0.95 0.52 0 0.13
HSL 212.7º 0.9% 0.46% -
HSV(B) 212.7º 0.95% 0.87% -
XYZ 18.83 16.13 71.93 -
YUV 92.41 201.7 70.65 -
System Red Green Blue C M Y K H S L
Decimal 12 108 223 0.95 0.52 0 0.13 212.7 0.9 0.46
Hex C 6C DF 5F 34 0 D D5 5A 2E
Octal 14 154 337 137 64 0 15 325 132 56
Binary 1100 1101100 11011111 1011111 110100 0 1101 11010101 1011010 101110

Color Harmonies of #0C6CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6CDF

Black with #0C6CDF

Text Example


Text Example

White with #0C6CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,108,223); }

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

background-color css

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

 a { background-color: rgb(12,108,223); }

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

border-color css

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

 span { border-color: rgb(12,108,223); }

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