Html Css Color HEX #0C75BF Navy Blue

📋 copy color: '#0C75BF'

red 12 ◦ green 117 ◦ blue 191

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

Shades of Navy Blue #0C75BF

Tints of Navy Blue #0C75BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.69%

R = 3.75%
G = 36.56%
B = 59.69%

CMYK

 C value IS 0.94

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C75BF (or 0x0C75BF) is known color: Navy Blue. HEX triplet: 0C, 75 and BF. RGB value is (12,117,191). Sum of RGB (Red+Green+Blue) = 12+117+191=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C75BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C75BF is #F38A40. Grayscale: #5D5D5D. Windows color (decimal): -15960641 or 12547340. OLE color: 12547340.

HSL color Cylindrical-coordinate representation of color #0C75BF: hue angle of 204.8º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C75BF is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 117 191 -
CMYK 0.94 0.39 0 0.25
HSL 204.8º 0.88% 0.4% -
HSV(B) 204.8º 0.94% 0.75% -
XYZ 15.92 16.56 51.65 -
YUV 94.04 182.71 69.48 -
System Red Green Blue C M Y K H S L
Decimal 12 117 191 0.94 0.39 0 0.25 204.8 0.88 0.4
Hex C 75 BF 5E 27 0 19 CD 58 28
Octal 14 165 277 136 47 0 31 315 130 50
Binary 1100 1110101 10111111 1011110 100111 0 11001 11001101 1011000 101000

Color Harmonies of #0C75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C75BF

Black with #0C75BF

Text Example


Text Example

White with #0C75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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