Html Css Color HEX #07548A Dark Cerulean

📋 copy color: '#07548A'

red 7 ◦ green 84 ◦ blue 138

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

Shades of Dark Cerulean #07548A

Tints of Dark Cerulean #07548A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

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

R = 3.06%
G = 36.68%
B = 60.26%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#07548A (or 0x07548A) is known color: Dark Cerulean. HEX triplet: 07, 54 and 8A. RGB value is (7,84,138). Sum of RGB (Red+Green+Blue) = 7+84+138=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #07548A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07548A is #F8AB75. Grayscale: #424242. Windows color (decimal): -16296822 or 9065479. OLE color: 9065479.

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

Color convert

RGB 7 84 138 -
CMYK 0.95 0.39 0 0.46
HSL 204.73º 0.9% 0.28% -
HSV(B) 204.73º 0.95% 0.54% -
XYZ 7.85 8.22 25.22 -
YUV 67.13 167.99 85.11 -
System Red Green Blue C M Y K H S L
Decimal 7 84 138 0.95 0.39 0 0.46 204.73 0.9 0.28
Hex 7 54 8A 5F 27 0 2E CD 5A 1C
Octal 7 124 212 137 47 0 56 315 132 34
Binary 111 1010100 10001010 1011111 100111 0 101110 11001101 1011010 11100

Color Harmonies of #07548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07548A

Black with #07548A

Text Example


Text Example

White with #07548A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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