Html Css Color HEX #065883 Dark Cerulean

📋 copy color: '#065883'

red 6 ◦ green 88 ◦ blue 131

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

Shades of Dark Cerulean #065883

Tints of Dark Cerulean #065883

RGB

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

 GREEN value IS 88 (34.77% from 255) = 39.11%

 BLUE value IS 131 (51.56% from 255) = 58.22%

R = 2.67%
G = 39.11%
B = 58.22%

CMYK

 C value IS 0.95

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#065883 (or 0x065883) is known color: Dark Cerulean. HEX triplet: 06, 58 and 83. RGB value is (6,88,131). Sum of RGB (Red+Green+Blue) = 6+88+131=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 131 (51.56% from 255 or 58.22% from 225); Max value from RGB is 131 - color contains mainly: blue. Hex color #065883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065883 is #F9A77C. Grayscale: #444444. Windows color (decimal): -16361341 or 8607750. OLE color: 8607750.

HSL color Cylindrical-coordinate representation of color #065883: hue angle of 200.64º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065883 is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 6 88 131 -
CMYK 0.95 0.33 0 0.49
HSL 200.64º 0.91% 0.27% -
HSV(B) 200.64º 0.95% 0.51% -
XYZ 7.66 8.66 22.74 -
YUV 68.38 163.33 83.5 -
System Red Green Blue C M Y K H S L
Decimal 6 88 131 0.95 0.33 0 0.49 200.64 0.91 0.27
Hex 6 58 83 5F 21 0 31 C9 5B 1B
Octal 6 130 203 137 41 0 61 311 133 33
Binary 110 1011000 10000011 1011111 100001 0 110001 11001001 1011011 11011

Color Harmonies of #065883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065883

Black with #065883

Text Example


Text Example

White with #065883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065883; }

 p { color: rgb(6,88,131); }

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

background-color css

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

 a { background-color: rgb(6,88,131); }

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

border-color css

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

 span { border-color: rgb(6,88,131); }

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