Html Css Color HEX #06548A Dark Cerulean

📋 copy color: '#06548A'

red 6 ◦ green 84 ◦ blue 138

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

Shades of Dark Cerulean #06548A

Tints of Dark Cerulean #06548A

RGB

 RED value IS 6 (2.73% from 255) = 2.63%

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

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

R = 2.63%
G = 36.84%
B = 60.53%

CMYK

 C value IS 0.96

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#06548A (or 0x06548A) is known color: Dark Cerulean. HEX triplet: 06, 54 and 8A. RGB value is (6,84,138). Sum of RGB (Red+Green+Blue) = 6+84+138=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 138 (54.30% from 255 or 60.53% from 228); Max value from RGB is 138 - color contains mainly: blue. Hex color #06548A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06548A is #F9AB75. Grayscale: #424242. Windows color (decimal): -16362358 or 9065478. OLE color: 9065478.

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

Color convert

RGB 6 84 138 -
CMYK 0.96 0.39 0 0.46
HSL 204.55º 0.92% 0.28% -
HSV(B) 204.55º 0.96% 0.54% -
XYZ 7.83 8.21 25.22 -
YUV 66.83 168.16 84.61 -
System Red Green Blue C M Y K H S L
Decimal 6 84 138 0.96 0.39 0 0.46 204.55 0.92 0.28
Hex 6 54 8A 60 27 0 2E CD 5C 1C
Octal 6 124 212 140 47 0 56 315 134 34
Binary 110 1010100 10001010 1100000 100111 0 101110 11001101 1011100 11100

Color Harmonies of #06548A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06548A

Black with #06548A

Text Example


Text Example

White with #06548A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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