Html Css Color HEX #006285 Blue Lagoon

📋 copy color: '#006285'

red 0 ◦ green 98 ◦ blue 133

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

Shades of Blue Lagoon #006285

Tints of Blue Lagoon #006285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.42%

 BLUE value IS 133 (52.34% from 255) = 57.58%

R = 0%
G = 42.42%
B = 57.58%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#006285 (or 0x006285) is known color: Blue Lagoon. HEX triplet: 00, 62 and 85. RGB value is (0,98,133). Sum of RGB (Red+Green+Blue) = 0+98+133=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 133 (52.34% from 255 or 57.58% from 231); Max value from RGB is 133 - color contains mainly: blue. Hex color #006285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006285 is #FF9D7A. Grayscale: #484848. Windows color (decimal): -16751995 or 8741376. OLE color: 8741376.

HSL color Cylindrical-coordinate representation of color #006285: hue angle of 195.79º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006285 is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 98 133 -
CMYK 1 0.26 0 0.48
HSL 195.79º 1% 0.26% -
HSV(B) 195.79º 1% 0.52% -
XYZ 8.6 10.43 23.75 -
YUV 72.69 162.03 76.15 -
System Red Green Blue C M Y K H S L
Decimal 0 98 133 1 0.26 0 0.48 195.79 1 0.26
Hex 0 62 85 64 1A 0 30 C4 64 1A
Octal 0 142 205 144 32 0 60 304 144 32
Binary 0 1100010 10000101 1100100 11010 0 110000 11000100 1100100 11010

Color Harmonies of #006285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006285

Black with #006285

Text Example


Text Example

White with #006285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006285; }

 p { color: rgb(0,98,133); }

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

background-color css

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

 a { background-color: rgb(0,98,133); }

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

border-color css

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

 span { border-color: rgb(0,98,133); }

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