Html Css Color HEX #07428F Dark Cerulean

📋 copy color: '#07428F'

red 7 ◦ green 66 ◦ blue 143

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

Shades of Dark Cerulean #07428F

Tints of Dark Cerulean #07428F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

 BLUE value IS 143 (56.25% from 255) = 66.2%

R = 3.24%
G = 30.56%
B = 66.2%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07428F (or 0x07428F) is known color: Dark Cerulean. HEX triplet: 07, 42 and 8F. RGB value is (7,66,143). Sum of RGB (Red+Green+Blue) = 7+66+143=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 143 (56.25% from 255 or 66.20% from 216); Max value from RGB is 143 - color contains mainly: blue. Hex color #07428F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07428F is #F8BD70. Grayscale: #383838. Windows color (decimal): -16301425 or 9388551. OLE color: 9388551.

HSL color Cylindrical-coordinate representation of color #07428F: hue angle of 213.97º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07428F is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 66 143 -
CMYK 0.95 0.54 0 0.44
HSL 213.97º 0.91% 0.29% -
HSV(B) 213.97º 0.95% 0.56% -
XYZ 6.99 5.92 26.76 -
YUV 57.14 176.45 92.24 -
System Red Green Blue C M Y K H S L
Decimal 7 66 143 0.95 0.54 0 0.44 213.97 0.91 0.29
Hex 7 42 8F 5F 36 0 2C D6 5B 1D
Octal 7 102 217 137 66 0 54 326 133 35
Binary 111 1000010 10001111 1011111 110110 0 101100 11010110 1011011 11101

Color Harmonies of #07428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07428F

Black with #07428F

Text Example


Text Example

White with #07428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07428F; }

 p { color: rgb(7,66,143); }

 H1.HeaderClassName
 {
   color: #07428F;
 }
 .AnyTagClassName
 {
   color: #07428F;
 }
</style>

background-color css

<style>
 a { background-color: #07428F; }

 a { background-color: rgb(7,66,143); }

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

border-color css

<style>
 span { border-color: #07428F; }

 span { border-color: rgb(7,66,143); }

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