Html Css Color HEX #0C62EB Navy Blue

📋 copy color: '#0C62EB'

red 12 ◦ green 98 ◦ blue 235

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

Shades of Navy Blue #0C62EB

Tints of Navy Blue #0C62EB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

 BLUE value IS 235 (92.19% from 255) = 68.12%

R = 3.48%
G = 28.41%
B = 68.12%

CMYK

 C value IS 0.95

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C62EB (or 0x0C62EB) is known color: Navy Blue. HEX triplet: 0C, 62 and EB. RGB value is (12,98,235). Sum of RGB (Red+Green+Blue) = 12+98+235=345 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.48% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 235 (92.19% from 255 or 68.12% from 345); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C62EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C62EB is #F39D14. Grayscale: #575757. Windows color (decimal): -15965461 or 15426060. OLE color: 15426060.

HSL color Cylindrical-coordinate representation of color #0C62EB: hue angle of 216.86º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C62EB is Cyan = 0.95, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 98 235 -
CMYK 0.95 0.58 0 0.08
HSL 216.86º 0.9% 0.48% -
HSV(B) 216.86º 0.95% 0.92% -
XYZ 19.51 14.81 80.43 -
YUV 87.9 211.01 73.86 -
System Red Green Blue C M Y K H S L
Decimal 12 98 235 0.95 0.58 0 0.08 216.86 0.9 0.48
Hex C 62 EB 5F 3A 0 8 D9 5A 30
Octal 14 142 353 137 72 0 10 331 132 60
Binary 1100 1100010 11101011 1011111 111010 0 1000 11011001 1011010 110000

Color Harmonies of #0C62EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C62EB

Black with #0C62EB

Text Example


Text Example

White with #0C62EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,98,235); }

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

background-color css

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

 a { background-color: rgb(12,98,235); }

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

border-color css

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

 span { border-color: rgb(12,98,235); }

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