Html Css Color HEX #065289 Dark Cerulean

📋 copy color: '#065289'

red 6 ◦ green 82 ◦ blue 137

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

Shades of Dark Cerulean #065289

Tints of Dark Cerulean #065289

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.44%

 BLUE value IS 137 (53.91% from 255) = 60.89%

R = 2.67%
G = 36.44%
B = 60.89%

CMYK

 C value IS 0.96

 M value IS 0.40

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#065289 (or 0x065289) is known color: Dark Cerulean. HEX triplet: 06, 52 and 89. RGB value is (6,82,137). Sum of RGB (Red+Green+Blue) = 6+82+137=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #065289 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065289 is #F9AD76. Grayscale: #414141. Windows color (decimal): -16362871 or 8999430. OLE color: 8999430.

HSL color Cylindrical-coordinate representation of color #065289: hue angle of 205.19º 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 #065289 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 6 82 137 -
CMYK 0.96 0.40 0 0.46
HSL 205.19º 0.92% 0.28% -
HSV(B) 205.19º 0.96% 0.54% -
XYZ 7.61 7.88 24.79 -
YUV 65.55 168.32 85.53 -
System Red Green Blue C M Y K H S L
Decimal 6 82 137 0.96 0.40 0 0.46 205.19 0.92 0.28
Hex 6 52 89 60 28 0 2E CD 5C 1C
Octal 6 122 211 140 50 0 56 315 134 34
Binary 110 1010010 10001001 1100000 101000 0 101110 11001101 1011100 11100

Color Harmonies of #065289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065289

Black with #065289

Text Example


Text Example

White with #065289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065289; }

 p { color: rgb(6,82,137); }

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

background-color css

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

 a { background-color: rgb(6,82,137); }

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

border-color css

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

 span { border-color: rgb(6,82,137); }

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