Html Css Color HEX #07459D Cobalt

📋 copy color: '#07459D'

red 7 ◦ green 69 ◦ blue 157

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

Shades of Cobalt #07459D

Tints of Cobalt #07459D

RGB

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

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

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

R = 3%
G = 29.61%
B = 67.38%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07459D (or 0x07459D) is known color: Cobalt. HEX triplet: 07, 45 and 9D. RGB value is (7,69,157). Sum of RGB (Red+Green+Blue) = 7+69+157=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #07459D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07459D is #F8BA62. Grayscale: #3C3C3C. Windows color (decimal): -16300643 or 10306823. OLE color: 10306823.

HSL color Cylindrical-coordinate representation of color #07459D: hue angle of 215.2º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07459D is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 69 157 -
CMYK 0.96 0.56 0 0.38
HSL 215.2º 0.91% 0.32% -
HSV(B) 215.2º 0.96% 0.62% -
XYZ 8.3 6.74 32.76 -
YUV 60.49 182.46 89.84 -
System Red Green Blue C M Y K H S L
Decimal 7 69 157 0.96 0.56 0 0.38 215.2 0.91 0.32
Hex 7 45 9D 60 38 0 26 D7 5B 20
Octal 7 105 235 140 70 0 46 327 133 40
Binary 111 1000101 10011101 1100000 111000 0 100110 11010111 1011011 100000

Color Harmonies of #07459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07459D

Black with #07459D

Text Example


Text Example

White with #07459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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