Html Css Color HEX #0C41FE Navy Blue

📋 copy color: '#0C41FE'

red 12 ◦ green 65 ◦ blue 254

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

Shades of Navy Blue #0C41FE

Tints of Navy Blue #0C41FE

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 3.63%
G = 19.64%
B = 76.74%

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

#0C41FE (or 0x0C41FE) is known color: Navy Blue. HEX triplet: 0C, 41 and FE. RGB value is (12,65,254). Sum of RGB (Red+Green+Blue) = 12+65+254=331 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.63% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 254 (99.61% from 255 or 76.74% from 331); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C41FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C41FE is #F3BE01. Grayscale: #454545. Windows color (decimal): -15973890 or 16662796. OLE color: 16662796.

HSL color Cylindrical-coordinate representation of color #0C41FE: hue angle of 226.86º 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 #0C41FE is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 12 65 254 -
CMYK 0.95 0.74 0 0.00
HSL 226.86º 0.99% 0.52% -
HSV(B) 226.86º 0.95% 1% -
XYZ 19.93 11.01 94.84 -
YUV 70.7 231.44 86.13 -
System Red Green Blue C M Y K H S L
Decimal 12 65 254 0.95 0.74 0 0.00 226.86 0.99 0.52
Hex C 41 FE 5F 4A 0 0 E3 63 34
Octal 14 101 376 137 112 0 0 343 143 64
Binary 1100 1000001 11111110 1011111 1001010 0 0 11100011 1100011 110100

Color Harmonies of #0C41FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C41FE

Black with #0C41FE

Text Example


Text Example

White with #0C41FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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