Html Css Color HEX #07469B Cobalt

📋 copy color: '#07469B'

red 7 ◦ green 70 ◦ blue 155

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

Shades of Cobalt #07469B

Tints of Cobalt #07469B

RGB

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

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

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

R = 3.02%
G = 30.17%
B = 66.81%

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

#07469B (or 0x07469B) is known color: Cobalt. HEX triplet: 07, 46 and 9B. RGB value is (7,70,155). Sum of RGB (Red+Green+Blue) = 7+70+155=232 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.02% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #07469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07469B is #F8B964. Grayscale: #3C3C3C. Windows color (decimal): -16300389 or 10176007. OLE color: 10176007.

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

Color convert

RGB 7 70 155 -
CMYK 0.95 0.55 0 0.39
HSL 214.46º 0.91% 0.32% -
HSV(B) 214.46º 0.95% 0.61% -
XYZ 8.19 6.79 31.89 -
YUV 60.85 181.13 89.59 -
System Red Green Blue C M Y K H S L
Decimal 7 70 155 0.95 0.55 0 0.39 214.46 0.91 0.32
Hex 7 46 9B 5F 37 0 27 D6 5B 20
Octal 7 106 233 137 67 0 47 326 133 40
Binary 111 1000110 10011011 1011111 110111 0 100111 11010110 1011011 100000

Color Harmonies of #07469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07469B

Black with #07469B

Text Example


Text Example

White with #07469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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