Html Css Color HEX #015370 Blue Lagoon

📋 copy color: '#015370'

red 1 ◦ green 83 ◦ blue 112

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

Shades of Blue Lagoon #015370

Tints of Blue Lagoon #015370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 42.35%

 BLUE value IS 112 (44.14% from 255) = 57.14%

R = 0.51%
G = 42.35%
B = 57.14%

CMYK

 C value IS 0.99

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#015370 (or 0x015370) is known color: Blue Lagoon. HEX triplet: 01, 53 and 70. RGB value is (1,83,112). Sum of RGB (Red+Green+Blue) = 1+83+112=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 83 (32.81% from 255 or 42.35% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #015370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015370 is #FEAC8F. Grayscale: #3D3D3D. Windows color (decimal): -16690320 or 7361281. OLE color: 7361281.

HSL color Cylindrical-coordinate representation of color #015370: hue angle of 195.68º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015370 is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 83 112 -
CMYK 0.99 0.26 0 0.56
HSL 195.68º 0.98% 0.22% -
HSV(B) 195.68º 0.99% 0.44% -
XYZ 6.03 7.36 16.43 -
YUV 61.79 156.33 84.64 -
System Red Green Blue C M Y K H S L
Decimal 1 83 112 0.99 0.26 0 0.56 195.68 0.98 0.22
Hex 1 53 70 63 1A 0 38 C4 62 16
Octal 1 123 160 143 32 0 70 304 142 26
Binary 1 1010011 1110000 1100011 11010 0 111000 11000100 1100010 10110

Color Harmonies of #015370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015370

Black with #015370

Text Example


Text Example

White with #015370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015370; }

 p { color: rgb(1,83,112); }

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

background-color css

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

 a { background-color: rgb(1,83,112); }

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

border-color css

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

 span { border-color: rgb(1,83,112); }

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