Html Css Color HEX #00648D Blue Lagoon

📋 copy color: '#00648D'

red 0 ◦ green 100 ◦ blue 141

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

Shades of Blue Lagoon #00648D

Tints of Blue Lagoon #00648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

 BLUE value IS 141 (55.47% from 255) = 58.51%

R = 0%
G = 41.49%
B = 58.51%

CMYK

 C value IS 1

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#00648D (or 0x00648D) is known color: Blue Lagoon. HEX triplet: 00, 64 and 8D. RGB value is (0,100,141). Sum of RGB (Red+Green+Blue) = 0+100+141=241 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #00648D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00648D is #FF9B72. Grayscale: #4A4A4A. Windows color (decimal): -16751475 or 9266176. OLE color: 9266176.

HSL color Cylindrical-coordinate representation of color #00648D: hue angle of 197.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00648D is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 0 100 141 -
CMYK 1 0.29 0 0.45
HSL 197.45º 1% 0.28% -
HSV(B) 197.45º 1% 0.55% -
XYZ 9.36 11.04 26.84 -
YUV 74.77 165.37 74.67 -
System Red Green Blue C M Y K H S L
Decimal 0 100 141 1 0.29 0 0.45 197.45 1 0.28
Hex 0 64 8D 64 1D 0 2D C5 64 1C
Octal 0 144 215 144 35 0 55 305 144 34
Binary 0 1100100 10001101 1100100 11101 0 101101 11000101 1100100 11100

Color Harmonies of #00648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00648D

Black with #00648D

Text Example


Text Example

White with #00648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00648D; }

 p { color: rgb(0,100,141); }

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

background-color css

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

 a { background-color: rgb(0,100,141); }

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

border-color css

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

 span { border-color: rgb(0,100,141); }

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