Html Css Color HEX #07408B Dark Cerulean

📋 copy color: '#07408B'

red 7 ◦ green 64 ◦ blue 139

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

Shades of Dark Cerulean #07408B

Tints of Dark Cerulean #07408B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 3.33%
G = 30.48%
B = 66.19%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07408B (or 0x07408B) is known color: Dark Cerulean. HEX triplet: 07, 40 and 8B. RGB value is (7,64,139). Sum of RGB (Red+Green+Blue) = 7+64+139=210 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.33% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #07408B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07408B is #F8BF74. Grayscale: #373737. Windows color (decimal): -16301941 or 9125895. OLE color: 9125895.

HSL color Cylindrical-coordinate representation of color #07408B: hue angle of 214.09º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07408B is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 7 64 139 -
CMYK 0.95 0.54 0 0.45
HSL 214.09º 0.9% 0.29% -
HSV(B) 214.09º 0.95% 0.55% -
XYZ 6.58 5.58 25.16 -
YUV 55.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 7 64 139 0.95 0.54 0 0.45 214.09 0.9 0.29
Hex 7 40 8B 5F 36 0 2D D6 5A 1D
Octal 7 100 213 137 66 0 55 326 132 35
Binary 111 1000000 10001011 1011111 110110 0 101101 11010110 1011010 11101

Color Harmonies of #07408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07408B

Black with #07408B

Text Example


Text Example

White with #07408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,64,139); }

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

background-color css

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

 a { background-color: rgb(7,64,139); }

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

border-color css

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

 span { border-color: rgb(7,64,139); }

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