Html Css Color HEX #095CCD Navy Blue

📋 copy color: '#095CCD'

red 9 ◦ green 92 ◦ blue 205

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

Shades of Navy Blue #095CCD

Tints of Navy Blue #095CCD

RGB

 RED value IS 9 (3.91% from 255) = 2.94%

 GREEN value IS 92 (36.33% from 255) = 30.07%

 BLUE value IS 205 (80.47% from 255) = 66.99%

R = 2.94%
G = 30.07%
B = 66.99%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#095CCD (or 0x095CCD) is known color: Navy Blue. HEX triplet: 09, 5C and CD. RGB value is (9,92,205). Sum of RGB (Red+Green+Blue) = 9+92+205=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 92 (36.33% from 255 or 30.07% from 306); Blue value is 205 (80.47% from 255 or 66.99% from 306); Max value from RGB is 205 - color contains mainly: blue. Hex color #095CCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CCD is #F6A332. Grayscale: #4F4F4F. Windows color (decimal): -16163635 or 13458441. OLE color: 13458441.

HSL color Cylindrical-coordinate representation of color #095CCD: hue angle of 214.59º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095CCD is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 92 205 -
CMYK 0.96 0.55 0 0.20
HSL 214.59º 0.92% 0.42% -
HSV(B) 214.59º 0.96% 0.8% -
XYZ 14.96 12.12 59.31 -
YUV 80.07 198.5 77.31 -
System Red Green Blue C M Y K H S L
Decimal 9 92 205 0.96 0.55 0 0.20 214.59 0.92 0.42
Hex 9 5C CD 60 37 0 14 D7 5C 2A
Octal 11 134 315 140 67 0 24 327 134 52
Binary 1001 1011100 11001101 1100000 110111 0 10100 11010111 1011100 101010

Color Harmonies of #095CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095CCD

Black with #095CCD

Text Example


Text Example

White with #095CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095CCD; }

 p { color: rgb(9,92,205); }

 H1.HeaderClassName
 {
   color: #095CCD;
 }
 .AnyTagClassName
 {
   color: #095CCD;
 }
</style>

background-color css

<style>
 a { background-color: #095CCD; }

 a { background-color: rgb(9,92,205); }

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

border-color css

<style>
 span { border-color: #095CCD; }

 span { border-color: rgb(9,92,205); }

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