Html Css Color HEX #0C54E0 Navy Blue

📋 copy color: '#0C54E0'

red 12 ◦ green 84 ◦ blue 224

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

Shades of Navy Blue #0C54E0

Tints of Navy Blue #0C54E0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

 BLUE value IS 224 (87.89% from 255) = 70%

R = 3.75%
G = 26.25%
B = 70%

CMYK

 C value IS 0.95

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0C54E0 (or 0x0C54E0) is known color: Navy Blue. HEX triplet: 0C, 54 and E0. RGB value is (12,84,224). Sum of RGB (Red+Green+Blue) = 12+84+224=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 224 (87.89% from 255 or 70% from 320); Max value from RGB is 224 - color contains mainly: blue. Hex color #0C54E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C54E0 is #F3AB1F. Grayscale: #4D4D4D. Windows color (decimal): -15969056 or 14701580. OLE color: 14701580.

HSL color Cylindrical-coordinate representation of color #0C54E0: hue angle of 219.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C54E0 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 12 84 224 -
CMYK 0.95 0.62 0 0.12
HSL 219.62º 0.9% 0.46% -
HSV(B) 219.62º 0.95% 0.88% -
XYZ 16.78 11.8 71.91 -
YUV 78.43 210.15 80.62 -
System Red Green Blue C M Y K H S L
Decimal 12 84 224 0.95 0.62 0 0.12 219.62 0.9 0.46
Hex C 54 E0 5F 3E 0 C DC 5A 2E
Octal 14 124 340 137 76 0 14 334 132 56
Binary 1100 1010100 11100000 1011111 111110 0 1100 11011100 1011010 101110

Color Harmonies of #0C54E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C54E0

Black with #0C54E0

Text Example


Text Example

White with #0C54E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,84,224); }

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

background-color css

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

 a { background-color: rgb(12,84,224); }

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

border-color css

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

 span { border-color: rgb(12,84,224); }

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