Html Css Color HEX #065093 Dark Cerulean

📋 copy color: '#065093'

red 6 ◦ green 80 ◦ blue 147

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

Shades of Dark Cerulean #065093

Tints of Dark Cerulean #065093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.33%

 BLUE value IS 147 (57.81% from 255) = 63.09%

R = 2.58%
G = 34.33%
B = 63.09%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#065093 (or 0x065093) is known color: Dark Cerulean. HEX triplet: 06, 50 and 93. RGB value is (6,80,147). Sum of RGB (Red+Green+Blue) = 6+80+147=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 147 (57.81% from 255 or 63.09% from 233); Max value from RGB is 147 - color contains mainly: blue. Hex color #065093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #065093 is #F9AF6C. Grayscale: #414141. Windows color (decimal): -16363373 or 9654278. OLE color: 9654278.

HSL color Cylindrical-coordinate representation of color #065093: hue angle of 208.51º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #065093 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 6 80 147 -
CMYK 0.96 0.46 0 0.42
HSL 208.51º 0.92% 0.3% -
HSV(B) 208.51º 0.96% 0.58% -
XYZ 8.21 7.88 28.69 -
YUV 65.51 173.98 85.55 -
System Red Green Blue C M Y K H S L
Decimal 6 80 147 0.96 0.46 0 0.42 208.51 0.92 0.3
Hex 6 50 93 60 2E 0 2A D1 5C 1E
Octal 6 120 223 140 56 0 52 321 134 36
Binary 110 1010000 10010011 1100000 101110 0 101010 11010001 1011100 11110

Color Harmonies of #065093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065093

Black with #065093

Text Example


Text Example

White with #065093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065093; }

 p { color: rgb(6,80,147); }

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

background-color css

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

 a { background-color: rgb(6,80,147); }

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

border-color css

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

 span { border-color: rgb(6,80,147); }

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