Html Css Color HEX #045F9D Cobalt

📋 copy color: '#045F9D'

red 4 ◦ green 95 ◦ blue 157

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

Shades of Cobalt #045F9D

Tints of Cobalt #045F9D

RGB

 RED value IS 4 (1.95% from 255) = 1.56%

 GREEN value IS 95 (37.5% from 255) = 37.11%

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 1.56%
G = 37.11%
B = 61.33%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#045F9D (or 0x045F9D) is known color: Cobalt. HEX triplet: 04, 5F and 9D. RGB value is (4,95,157). Sum of RGB (Red+Green+Blue) = 4+95+157=256 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.56% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #045F9D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045F9D is #FBA062. Grayscale: #4A4A4A. Windows color (decimal): -16490595 or 10313476. OLE color: 10313476.

HSL color Cylindrical-coordinate representation of color #045F9D: hue angle of 204.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045F9D is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 4 95 157 -
CMYK 0.97 0.39 0 0.38
HSL 204.31º 0.95% 0.32% -
HSV(B) 204.31º 0.97% 0.62% -
XYZ 10.23 10.64 33.41 -
YUV 74.86 174.35 77.46 -
System Red Green Blue C M Y K H S L
Decimal 4 95 157 0.97 0.39 0 0.38 204.31 0.95 0.32
Hex 4 5F 9D 61 27 0 26 CC 5F 20
Octal 4 137 235 141 47 0 46 314 137 40
Binary 100 1011111 10011101 1100001 100111 0 100110 11001100 1011111 100000

Color Harmonies of #045F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F9D

Black with #045F9D

Text Example


Text Example

White with #045F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045F9D; }

 p { color: rgb(4,95,157); }

 H1.HeaderClassName
 {
   color: #045F9D;
 }
 .AnyTagClassName
 {
   color: #045F9D;
 }
</style>

background-color css

<style>
 a { background-color: #045F9D; }

 a { background-color: rgb(4,95,157); }

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

border-color css

<style>
 span { border-color: #045F9D; }

 span { border-color: rgb(4,95,157); }

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