Html Css Color HEX #065C90 Dark Cerulean

📋 copy color: '#065C90'

red 6 ◦ green 92 ◦ blue 144

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

Shades of Dark Cerulean #065C90

Tints of Dark Cerulean #065C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

 BLUE value IS 144 (56.64% from 255) = 59.5%

R = 2.48%
G = 38.02%
B = 59.5%

CMYK

 C value IS 0.96

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#065C90 (or 0x065C90) is known color: Dark Cerulean. HEX triplet: 06, 5C and 90. RGB value is (6,92,144). Sum of RGB (Red+Green+Blue) = 6+92+144=242 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.48% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 144 (56.64% from 255 or 59.50% from 242); Max value from RGB is 144 - color contains mainly: blue. Hex color #065C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065C90 is #F9A36F. Grayscale: #474747. Windows color (decimal): -16360304 or 9460742. OLE color: 9460742.

HSL color Cylindrical-coordinate representation of color #065C90: hue angle of 202.61º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065C90 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 6 92 144 -
CMYK 0.96 0.36 0 0.44
HSL 202.61º 0.92% 0.29% -
HSV(B) 202.61º 0.96% 0.56% -
XYZ 8.94 9.71 27.79 -
YUV 72.21 168.51 80.77 -
System Red Green Blue C M Y K H S L
Decimal 6 92 144 0.96 0.36 0 0.44 202.61 0.92 0.29
Hex 6 5C 90 60 24 0 2C CB 5C 1D
Octal 6 134 220 140 44 0 54 313 134 35
Binary 110 1011100 10010000 1100000 100100 0 101100 11001011 1011100 11101

Color Harmonies of #065C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065C90

Black with #065C90

Text Example


Text Example

White with #065C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065C90; }

 p { color: rgb(6,92,144); }

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

background-color css

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

 a { background-color: rgb(6,92,144); }

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

border-color css

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

 span { border-color: rgb(6,92,144); }

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