Html Css Color HEX #0C46EA Navy Blue

📋 copy color: '#0C46EA'

red 12 ◦ green 70 ◦ blue 234

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

Shades of Navy Blue #0C46EA

Tints of Navy Blue #0C46EA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 234 (91.8% from 255) = 74.05%

R = 3.8%
G = 22.15%
B = 74.05%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C46EA (or 0x0C46EA) is known color: Navy Blue. HEX triplet: 0C, 46 and EA. RGB value is (12,70,234). Sum of RGB (Red+Green+Blue) = 12+70+234=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C46EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C46EA is #F3B915. Grayscale: #464646. Windows color (decimal): -15972630 or 15353356. OLE color: 15353356.

HSL color Cylindrical-coordinate representation of color #0C46EA: hue angle of 224.32º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C46EA is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 70 234 -
CMYK 0.95 0.70 0 0.08
HSL 224.32º 0.9% 0.48% -
HSV(B) 224.32º 0.95% 0.92% -
XYZ 17.19 10.4 78.94 -
YUV 71.35 219.78 85.66 -
System Red Green Blue C M Y K H S L
Decimal 12 70 234 0.95 0.70 0 0.08 224.32 0.9 0.48
Hex C 46 EA 5F 46 0 8 E0 5A 30
Octal 14 106 352 137 106 0 10 340 132 60
Binary 1100 1000110 11101010 1011111 1000110 0 1000 11100000 1011010 110000

Color Harmonies of #0C46EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C46EA

Black with #0C46EA

Text Example


Text Example

White with #0C46EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,70,234); }

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

background-color css

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

 a { background-color: rgb(12,70,234); }

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

border-color css

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

 span { border-color: rgb(12,70,234); }

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