Html Css Color HEX #0C5EFD Navy Blue

📋 copy color: '#0C5EFD'

red 12 ◦ green 94 ◦ blue 253

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

Shades of Navy Blue #0C5EFD

Tints of Navy Blue #0C5EFD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.18%

 BLUE value IS 253 (99.22% from 255) = 70.47%

R = 3.34%
G = 26.18%
B = 70.47%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0C5EFD (or 0x0C5EFD) is known color: Navy Blue. HEX triplet: 0C, 5E and FD. RGB value is (12,94,253). Sum of RGB (Red+Green+Blue) = 12+94+253=359 (47% of max value = 765). Red value is 12 (5.08% from 255 or 3.34% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 253 (99.22% from 255 or 70.47% from 359); Max value from RGB is 253 - color contains mainly: blue. Hex color #0C5EFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5EFD is #F3A102. Grayscale: #565656. Windows color (decimal): -15966467 or 16604684. OLE color: 16604684.

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

Color convert

RGB 12 94 253 -
CMYK 0.95 0.63 0 0.01
HSL 219.59º 0.98% 0.52% -
HSV(B) 219.59º 0.95% 0.99% -
XYZ 21.88 15.18 94.7 -
YUV 87.61 221.33 74.07 -
System Red Green Blue C M Y K H S L
Decimal 12 94 253 0.95 0.63 0 0.01 219.59 0.98 0.52
Hex C 5E FD 5F 3F 0 1 DC 62 34
Octal 14 136 375 137 77 0 1 334 142 64
Binary 1100 1011110 11111101 1011111 111111 0 1 11011100 1100010 110100

Color Harmonies of #0C5EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C5EFD

Black with #0C5EFD

Text Example


Text Example

White with #0C5EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,94,253); }

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

background-color css

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

 a { background-color: rgb(12,94,253); }

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

border-color css

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

 span { border-color: rgb(12,94,253); }

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