Html Css Color HEX #005375 Blue Lagoon

📋 copy color: '#005375'

red 0 ◦ green 83 ◦ blue 117

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

Shades of Blue Lagoon #005375

Tints of Blue Lagoon #005375

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 117 (46.09% from 255) = 58.5%

R = 0%
G = 41.5%
B = 58.5%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#005375 (or 0x005375) is known color: Blue Lagoon. HEX triplet: 00, 53 and 75. RGB value is (0,83,117). Sum of RGB (Red+Green+Blue) = 0+83+117=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #005375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #005375 is #FFAC8A. Grayscale: #3D3D3D. Windows color (decimal): -16755851 or 7688960. OLE color: 7688960.

HSL color Cylindrical-coordinate representation of color #005375: hue angle of 197.44º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005375 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 83 117 -
CMYK 1 0.29 0 0.54
HSL 197.44º 1% 0.23% -
HSV(B) 197.44º 1% 0.46% -
XYZ 6.3 7.47 17.94 -
YUV 62.06 159 83.74 -
System Red Green Blue C M Y K H S L
Decimal 0 83 117 1 0.29 0 0.54 197.44 1 0.23
Hex 0 53 75 64 1D 0 36 C5 64 17
Octal 0 123 165 144 35 0 66 305 144 27
Binary 0 1010011 1110101 1100100 11101 0 110110 11000101 1100100 10111

Color Harmonies of #005375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005375

Black with #005375

Text Example


Text Example

White with #005375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005375; }

 p { color: rgb(0,83,117); }

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

background-color css

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

 a { background-color: rgb(0,83,117); }

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

border-color css

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

 span { border-color: rgb(0,83,117); }

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