Html Css Color HEX #004695 Cobalt

📋 copy color: '#004695'

red 0 ◦ green 70 ◦ blue 149

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

Shades of Cobalt #004695

Tints of Cobalt #004695

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 70 (27.73% from 255) = 31.96%

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 0%
G = 31.96%
B = 68.04%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#004695 (or 0x004695) is known color: Cobalt. HEX triplet: 00, 46 and 95. RGB value is (0,70,149). Sum of RGB (Red+Green+Blue) = 0+70+149=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #004695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #004695 is #FFB96A. Grayscale: #393939. Windows color (decimal): -16759147 or 9782784. OLE color: 9782784.

HSL color Cylindrical-coordinate representation of color #004695: hue angle of 211.81º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004695 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 70 149 -
CMYK 1 0.53 0 0.42
HSL 211.81º 1% 0.29% -
HSV(B) 211.81º 1% 0.58% -
XYZ 7.61 6.55 29.3 -
YUV 58.08 179.31 86.58 -
System Red Green Blue C M Y K H S L
Decimal 0 70 149 1 0.53 0 0.42 211.81 1 0.29
Hex 0 46 95 64 35 0 2A D4 64 1D
Octal 0 106 225 144 65 0 52 324 144 35
Binary 0 1000110 10010101 1100100 110101 0 101010 11010100 1100100 11101

Color Harmonies of #004695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #004695

Black with #004695

Text Example


Text Example

White with #004695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #004695; }

 p { color: rgb(0,70,149); }

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

background-color css

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

 a { background-color: rgb(0,70,149); }

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

border-color css

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

 span { border-color: rgb(0,70,149); }

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