Html Css Color HEX #065A78 Blue Lagoon

📋 copy color: '#065A78'

red 6 ◦ green 90 ◦ blue 120

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

Shades of Blue Lagoon #065A78

Tints of Blue Lagoon #065A78

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.67%

 BLUE value IS 120 (47.27% from 255) = 55.56%

R = 2.78%
G = 41.67%
B = 55.56%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#065A78 (or 0x065A78) is known color: Blue Lagoon. HEX triplet: 06, 5A and 78. RGB value is (6,90,120). Sum of RGB (Red+Green+Blue) = 6+90+120=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 120 (47.27% from 255 or 55.56% from 216); Max value from RGB is 120 - color contains mainly: blue. Hex color #065A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065A78 is #F9A587. Grayscale: #444444. Windows color (decimal): -16360840 or 7887366. OLE color: 7887366.

HSL color Cylindrical-coordinate representation of color #065A78: hue angle of 195.79º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #065A78 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 90 120 -
CMYK 0.95 0.25 0 0.53
HSL 195.79º 0.9% 0.25% -
HSV(B) 195.79º 0.95% 0.47% -
XYZ 7.12 8.71 19.07 -
YUV 68.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 6 90 120 0.95 0.25 0 0.53 195.79 0.9 0.25
Hex 6 5A 78 5F 19 0 35 C4 5A 19
Octal 6 132 170 137 31 0 65 304 132 31
Binary 110 1011010 1111000 1011111 11001 0 110101 11000100 1011010 11001

Color Harmonies of #065A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065A78

Black with #065A78

Text Example


Text Example

White with #065A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,90,120); }

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

background-color css

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

 a { background-color: rgb(6,90,120); }

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

border-color css

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

 span { border-color: rgb(6,90,120); }

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