Html Css Color HEX #07448A Dark Cerulean

📋 copy color: '#07448A'

red 7 ◦ green 68 ◦ blue 138

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

Shades of Dark Cerulean #07448A

Tints of Dark Cerulean #07448A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 64.79%

R = 3.29%
G = 31.92%
B = 64.79%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07448A (or 0x07448A) is known color: Dark Cerulean. HEX triplet: 07, 44 and 8A. RGB value is (7,68,138). Sum of RGB (Red+Green+Blue) = 7+68+138=213 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.29% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #07448A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07448A is #F8BB75. Grayscale: #393939. Windows color (decimal): -16300918 or 9061383. OLE color: 9061383.

HSL color Cylindrical-coordinate representation of color #07448A: hue angle of 212.06º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07448A is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 68 138 -
CMYK 0.95 0.51 0 0.46
HSL 212.06º 0.9% 0.28% -
HSV(B) 212.06º 0.95% 0.54% -
XYZ 6.74 6.01 24.85 -
YUV 57.74 173.29 91.81 -
System Red Green Blue C M Y K H S L
Decimal 7 68 138 0.95 0.51 0 0.46 212.06 0.9 0.28
Hex 7 44 8A 5F 33 0 2E D4 5A 1C
Octal 7 104 212 137 63 0 56 324 132 34
Binary 111 1000100 10001010 1011111 110011 0 101110 11010100 1011010 11100

Color Harmonies of #07448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07448A

Black with #07448A

Text Example


Text Example

White with #07448A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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