Html Css Color HEX #045397 Cobalt

📋 copy color: '#045397'

red 4 ◦ green 83 ◦ blue 151

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

Shades of Cobalt #045397

Tints of Cobalt #045397

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.87%

 BLUE value IS 151 (59.38% from 255) = 63.45%

R = 1.68%
G = 34.87%
B = 63.45%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#045397 (or 0x045397) is known color: Cobalt. HEX triplet: 04, 53 and 97. RGB value is (4,83,151). Sum of RGB (Red+Green+Blue) = 4+83+151=238 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.68% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 151 (59.38% from 255 or 63.45% from 238); Max value from RGB is 151 - color contains mainly: blue. Hex color #045397 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #045397 is #FBAC68. Grayscale: #424242. Windows color (decimal): -16493673 or 9917188. OLE color: 9917188.

HSL color Cylindrical-coordinate representation of color #045397: hue angle of 207.76º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #045397 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 4 83 151 -
CMYK 0.97 0.45 0 0.41
HSL 207.76º 0.95% 0.3% -
HSV(B) 207.76º 0.97% 0.59% -
XYZ 8.73 8.45 30.45 -
YUV 67.13 175.33 82.97 -
System Red Green Blue C M Y K H S L
Decimal 4 83 151 0.97 0.45 0 0.41 207.76 0.95 0.3
Hex 4 53 97 61 2D 0 29 D0 5F 1E
Octal 4 123 227 141 55 0 51 320 137 36
Binary 100 1010011 10010111 1100001 101101 0 101001 11010000 1011111 11110

Color Harmonies of #045397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045397

Black with #045397

Text Example


Text Example

White with #045397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045397; }

 p { color: rgb(4,83,151); }

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

background-color css

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

 a { background-color: rgb(4,83,151); }

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

border-color css

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

 span { border-color: rgb(4,83,151); }

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