Html Css Color HEX #07458E Dark Cerulean

📋 copy color: '#07458E'

red 7 ◦ green 69 ◦ blue 142

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

Shades of Dark Cerulean #07458E

Tints of Dark Cerulean #07458E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.65%

 BLUE value IS 142 (55.86% from 255) = 65.14%

R = 3.21%
G = 31.65%
B = 65.14%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#07458E (or 0x07458E) is known color: Dark Cerulean. HEX triplet: 07, 45 and 8E. RGB value is (7,69,142). Sum of RGB (Red+Green+Blue) = 7+69+142=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #07458E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07458E is #F8BA71. Grayscale: #3A3A3A. Windows color (decimal): -16300658 or 9323783. OLE color: 9323783.

HSL color Cylindrical-coordinate representation of color #07458E: hue angle of 212.44º 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 #07458E is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 7 69 142 -
CMYK 0.95 0.51 0 0.44
HSL 212.44º 0.91% 0.29% -
HSV(B) 212.44º 0.95% 0.56% -
XYZ 7.1 6.25 26.42 -
YUV 58.78 174.96 91.06 -
System Red Green Blue C M Y K H S L
Decimal 7 69 142 0.95 0.51 0 0.44 212.44 0.91 0.29
Hex 7 45 8E 5F 33 0 2C D4 5B 1D
Octal 7 105 216 137 63 0 54 324 133 35
Binary 111 1000101 10001110 1011111 110011 0 101100 11010100 1011011 11101

Color Harmonies of #07458E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07458E

Black with #07458E

Text Example


Text Example

White with #07458E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07458E; }

 p { color: rgb(7,69,142); }

 H1.HeaderClassName
 {
   color: #07458E;
 }
 .AnyTagClassName
 {
   color: #07458E;
 }
</style>

background-color css

<style>
 a { background-color: #07458E; }

 a { background-color: rgb(7,69,142); }

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

border-color css

<style>
 span { border-color: #07458E; }

 span { border-color: rgb(7,69,142); }

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