Html Css Color HEX #06488D Dark Cerulean

📋 copy color: '#06488D'

red 6 ◦ green 72 ◦ blue 141

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

Shades of Dark Cerulean #06488D

Tints of Dark Cerulean #06488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

 BLUE value IS 141 (55.47% from 255) = 64.38%

R = 2.74%
G = 32.88%
B = 64.38%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#06488D (or 0x06488D) is known color: Dark Cerulean. HEX triplet: 06, 48 and 8D. RGB value is (6,72,141). Sum of RGB (Red+Green+Blue) = 6+72+141=219 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.74% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #06488D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #06488D is #F9B772. Grayscale: #3B3B3B. Windows color (decimal): -16365427 or 9259014. OLE color: 9259014.

HSL color Cylindrical-coordinate representation of color #06488D: hue angle of 210.67º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06488D is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 6 72 141 -
CMYK 0.96 0.49 0 0.45
HSL 210.67º 0.92% 0.29% -
HSV(B) 210.67º 0.96% 0.55% -
XYZ 7.2 6.6 26.09 -
YUV 60.13 173.63 89.39 -
System Red Green Blue C M Y K H S L
Decimal 6 72 141 0.96 0.49 0 0.45 210.67 0.92 0.29
Hex 6 48 8D 60 31 0 2D D3 5C 1D
Octal 6 110 215 140 61 0 55 323 134 35
Binary 110 1001000 10001101 1100000 110001 0 101101 11010011 1011100 11101

Color Harmonies of #06488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06488D

Black with #06488D

Text Example


Text Example

White with #06488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06488D; }

 p { color: rgb(6,72,141); }

 H1.HeaderClassName
 {
   color: #06488D;
 }
 .AnyTagClassName
 {
   color: #06488D;
 }
</style>

background-color css

<style>
 a { background-color: #06488D; }

 a { background-color: rgb(6,72,141); }

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

border-color css

<style>
 span { border-color: #06488D; }

 span { border-color: rgb(6,72,141); }

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