Html Css Color HEX #0C42FE Navy Blue

📋 copy color: '#0C42FE'

red 12 ◦ green 66 ◦ blue 254

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

Shades of Navy Blue #0C42FE

Tints of Navy Blue #0C42FE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.88%

 BLUE value IS 254 (99.61% from 255) = 76.51%

R = 3.61%
G = 19.88%
B = 76.51%

CMYK

 C value IS 0.95

 M value IS 0.74

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0C42FE (or 0x0C42FE) is known color: Navy Blue. HEX triplet: 0C, 42 and FE. RGB value is (12,66,254). Sum of RGB (Red+Green+Blue) = 12+66+254=332 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.61% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C42FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C42FE is #F3BD01. Grayscale: #464646. Windows color (decimal): -15973634 or 16663052. OLE color: 16663052.

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

Color convert

RGB 12 66 254 -
CMYK 0.95 0.74 0 0.00
HSL 226.61º 0.99% 0.52% -
HSV(B) 226.61º 0.95% 1% -
XYZ 19.99 11.13 94.86 -
YUV 71.29 231.11 85.71 -
System Red Green Blue C M Y K H S L
Decimal 12 66 254 0.95 0.74 0 0.00 226.61 0.99 0.52
Hex C 42 FE 5F 4A 0 0 E3 63 34
Octal 14 102 376 137 112 0 0 343 143 64
Binary 1100 1000010 11111110 1011111 1001010 0 0 11100011 1100011 110100

Color Harmonies of #0C42FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C42FE

Black with #0C42FE

Text Example


Text Example

White with #0C42FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,66,254); }

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

background-color css

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

 a { background-color: rgb(12,66,254); }

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

border-color css

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

 span { border-color: rgb(12,66,254); }

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