Html Css Color HEX #0C4AFF Navy Blue

📋 copy color: '#0C4AFF'

red 12 ◦ green 74 ◦ blue 255

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

Shades of Navy Blue #0C4AFF

Tints of Navy Blue #0C4AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 255 (100% from 255) = 74.78%

R = 3.52%
G = 21.7%
B = 74.78%

CMYK

 C value IS 0.95

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0C4AFF (or 0x0C4AFF) is known color: Navy Blue. HEX triplet: 0C, 4A and FF. RGB value is (12,74,255). Sum of RGB (Red+Green+Blue) = 12+74+255=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C4AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C4AFF is #F3B500. Grayscale: #4B4B4B. Windows color (decimal): -15971585 or 16730636. OLE color: 16730636.

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

Color convert

RGB 12 74 255 -
CMYK 0.95 0.71 0 0
HSL 224.69º 1% 0.52% -
HSV(B) 224.69º 0.95% 1% -
XYZ 20.65 12.2 95.87 -
YUV 76.1 228.96 82.28 -
System Red Green Blue C M Y K H S L
Decimal 12 74 255 0.95 0.71 0 0 224.69 1 0.52
Hex C 4A FF 5F 47 0 0 E1 64 34
Octal 14 112 377 137 107 0 0 341 144 64
Binary 1100 1001010 11111111 1011111 1000111 0 0 11100001 1100100 110100

Color Harmonies of #0C4AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4AFF

Black with #0C4AFF

Text Example


Text Example

White with #0C4AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,74,255); }

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

background-color css

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

 a { background-color: rgb(12,74,255); }

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

border-color css

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

 span { border-color: rgb(12,74,255); }

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