Html Css Color HEX #07449A Cobalt

📋 copy color: '#07449A'

red 7 ◦ green 68 ◦ blue 154

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

Shades of Cobalt #07449A

Tints of Cobalt #07449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.69%

 BLUE value IS 154 (60.55% from 255) = 67.25%

R = 3.06%
G = 29.69%
B = 67.25%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#07449A (or 0x07449A) is known color: Cobalt. HEX triplet: 07, 44 and 9A. RGB value is (7,68,154). Sum of RGB (Red+Green+Blue) = 7+68+154=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #07449A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07449A is #F8BB65. Grayscale: #3B3B3B. Windows color (decimal): -16300902 or 10109959. OLE color: 10109959.

HSL color Cylindrical-coordinate representation of color #07449A: hue angle of 215.1º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07449A is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 68 154 -
CMYK 0.95 0.56 0 0.40
HSL 215.1º 0.91% 0.32% -
HSV(B) 215.1º 0.95% 0.6% -
XYZ 7.99 6.51 31.41 -
YUV 59.57 181.29 90.51 -
System Red Green Blue C M Y K H S L
Decimal 7 68 154 0.95 0.56 0 0.40 215.1 0.91 0.32
Hex 7 44 9A 5F 38 0 28 D7 5B 20
Octal 7 104 232 137 70 0 50 327 133 40
Binary 111 1000100 10011010 1011111 111000 0 101000 11010111 1011011 100000

Color Harmonies of #07449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07449A

Black with #07449A

Text Example


Text Example

White with #07449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07449A; }

 p { color: rgb(7,68,154); }

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

background-color css

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

 a { background-color: rgb(7,68,154); }

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

border-color css

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

 span { border-color: rgb(7,68,154); }

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