Html Css Color HEX #07489B Cobalt

📋 copy color: '#07489B'

red 7 ◦ green 72 ◦ blue 155

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

Shades of Cobalt #07489B

Tints of Cobalt #07489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.77%

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

R = 2.99%
G = 30.77%
B = 66.24%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07489B (or 0x07489B) is known color: Cobalt. HEX triplet: 07, 48 and 9B. RGB value is (7,72,155). Sum of RGB (Red+Green+Blue) = 7+72+155=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 72 (28.52% from 255 or 30.77% from 234); Blue value is 155 (60.94% from 255 or 66.24% from 234); Max value from RGB is 155 - color contains mainly: blue. Hex color #07489B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07489B is #F8B764. Grayscale: #3D3D3D. Windows color (decimal): -16299877 or 10176519. OLE color: 10176519.

HSL color Cylindrical-coordinate representation of color #07489B: hue angle of 213.65º 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 #07489B is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 72 155 -
CMYK 0.95 0.54 0 0.39
HSL 213.65º 0.91% 0.32% -
HSV(B) 213.65º 0.95% 0.61% -
XYZ 8.32 7.05 31.93 -
YUV 62.03 180.47 88.75 -
System Red Green Blue C M Y K H S L
Decimal 7 72 155 0.95 0.54 0 0.39 213.65 0.91 0.32
Hex 7 48 9B 5F 36 0 27 D6 5B 20
Octal 7 110 233 137 66 0 47 326 133 40
Binary 111 1001000 10011011 1011111 110110 0 100111 11010110 1011011 100000

Color Harmonies of #07489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07489B

Black with #07489B

Text Example


Text Example

White with #07489B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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