Html Css Color HEX #0C4BFE Navy Blue

📋 copy color: '#0C4BFE'

red 12 ◦ green 75 ◦ blue 254

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

Shades of Navy Blue #0C4BFE

Tints of Navy Blue #0C4BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.99%

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

R = 3.52%
G = 21.99%
B = 74.49%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0C4BFE (or 0x0C4BFE) is known color: Navy Blue. HEX triplet: 0C, 4B and FE. RGB value is (12,75,254). Sum of RGB (Red+Green+Blue) = 12+75+254=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 254 (99.61% from 255 or 74.49% from 341); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C4BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C4BFE is #F3B401. Grayscale: #4B4B4B. Windows color (decimal): -15971330 or 16665356. OLE color: 16665356.

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

Color convert

RGB 12 75 254 -
CMYK 0.95 0.70 0 0.00
HSL 224.38º 0.99% 0.52% -
HSV(B) 224.38º 0.95% 1% -
XYZ 20.56 12.27 95.05 -
YUV 76.57 228.13 81.95 -
System Red Green Blue C M Y K H S L
Decimal 12 75 254 0.95 0.70 0 0.00 224.38 0.99 0.52
Hex C 4B FE 5F 46 0 0 E0 63 34
Octal 14 113 376 137 106 0 0 340 143 64
Binary 1100 1001011 11111110 1011111 1000110 0 0 11100000 1100011 110100

Color Harmonies of #0C4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4BFE

Black with #0C4BFE

Text Example


Text Example

White with #0C4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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