Html Css Color HEX #07459B Cobalt

📋 copy color: '#07459B'

red 7 ◦ green 69 ◦ blue 155

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

Shades of Cobalt #07459B

Tints of Cobalt #07459B

RGB

 RED value IS 7 (3.13% from 255) = 3.03%

 GREEN value IS 69 (27.34% from 255) = 29.87%

 BLUE value IS 155 (60.94% from 255) = 67.1%

R = 3.03%
G = 29.87%
B = 67.1%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07459B (or 0x07459B) is known color: Cobalt. HEX triplet: 07, 45 and 9B. RGB value is (7,69,155). Sum of RGB (Red+Green+Blue) = 7+69+155=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #07459B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07459B is #F8BA64. Grayscale: #3B3B3B. Windows color (decimal): -16300645 or 10175751. OLE color: 10175751.

HSL color Cylindrical-coordinate representation of color #07459B: hue angle of 214.86º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07459B is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 69 155 -
CMYK 0.95 0.55 0 0.39
HSL 214.86º 0.91% 0.32% -
HSV(B) 214.86º 0.95% 0.61% -
XYZ 8.13 6.67 31.87 -
YUV 60.27 181.46 90.01 -
System Red Green Blue C M Y K H S L
Decimal 7 69 155 0.95 0.55 0 0.39 214.86 0.91 0.32
Hex 7 45 9B 5F 37 0 27 D7 5B 20
Octal 7 105 233 137 67 0 47 327 133 40
Binary 111 1000101 10011011 1011111 110111 0 100111 11010111 1011011 100000

Color Harmonies of #07459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07459B

Black with #07459B

Text Example


Text Example

White with #07459B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07459B; }

 p { color: rgb(7,69,155); }

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

background-color css

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

 a { background-color: rgb(7,69,155); }

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

border-color css

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

 span { border-color: rgb(7,69,155); }

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