Html Css Color HEX #015465 Blue Lagoon

📋 copy color: '#015465'

red 1 ◦ green 84 ◦ blue 101

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

Shades of Blue Lagoon #015465

Tints of Blue Lagoon #015465

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

 GREEN value IS 84 (33.2% from 255) = 45.16%

 BLUE value IS 101 (39.84% from 255) = 54.3%

R = 0.54%
G = 45.16%
B = 54.3%

CMYK

 C value IS 0.99

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#015465 (or 0x015465) is known color: Blue Lagoon. HEX triplet: 01, 54 and 65. RGB value is (1,84,101). Sum of RGB (Red+Green+Blue) = 1+84+101=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #015465 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015465 is #FEAB9A. Grayscale: #3C3C3C. Windows color (decimal): -16690075 or 6640641. OLE color: 6640641.

HSL color Cylindrical-coordinate representation of color #015465: hue angle of 190.2º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015465 is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 84 101 -
CMYK 0.99 0.17 0 0.60
HSL 190.2º 0.98% 0.2% -
HSV(B) 190.2º 0.99% 0.4% -
XYZ 5.53 7.29 13.43 -
YUV 61.12 150.5 85.12 -
System Red Green Blue C M Y K H S L
Decimal 1 84 101 0.99 0.17 0 0.60 190.2 0.98 0.2
Hex 1 54 65 63 11 0 3C BE 62 14
Octal 1 124 145 143 21 0 74 276 142 24
Binary 1 1010100 1100101 1100011 10001 0 111100 10111110 1100010 10100

Color Harmonies of #015465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015465

Black with #015465

Text Example


Text Example

White with #015465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015465; }

 p { color: rgb(1,84,101); }

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

background-color css

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

 a { background-color: rgb(1,84,101); }

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

border-color css

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

 span { border-color: rgb(1,84,101); }

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