Html Css Color HEX #0C75EB Navy Blue

📋 copy color: '#0C75EB'

red 12 ◦ green 117 ◦ blue 235

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

Shades of Navy Blue #0C75EB

Tints of Navy Blue #0C75EB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

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

R = 3.3%
G = 32.14%
B = 64.56%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C75EB (or 0x0C75EB) is known color: Navy Blue. HEX triplet: 0C, 75 and EB. RGB value is (12,117,235). Sum of RGB (Red+Green+Blue) = 12+117+235=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 235 (92.19% from 255 or 64.56% from 364); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C75EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C75EB is #F38A14. Grayscale: #626262. Windows color (decimal): -15960597 or 15430924. OLE color: 15430924.

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

Color convert

RGB 12 117 235 -
CMYK 0.95 0.50 0 0.08
HSL 211.75º 0.9% 0.48% -
HSV(B) 211.75º 0.95% 0.92% -
XYZ 21.51 18.8 81.09 -
YUV 99.06 204.71 65.91 -
System Red Green Blue C M Y K H S L
Decimal 12 117 235 0.95 0.50 0 0.08 211.75 0.9 0.48
Hex C 75 EB 5F 32 0 8 D4 5A 30
Octal 14 165 353 137 62 0 10 324 132 60
Binary 1100 1110101 11101011 1011111 110010 0 1000 11010100 1011010 110000

Color Harmonies of #0C75EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C75EB

Black with #0C75EB

Text Example


Text Example

White with #0C75EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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