Html Css Color HEX #025C90 Dark Cerulean

📋 copy color: '#025C90'

red 2 ◦ green 92 ◦ blue 144

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

Shades of Dark Cerulean #025C90

Tints of Dark Cerulean #025C90

RGB

 RED value IS 2 (1.17% from 255) = 0.84%

 GREEN value IS 92 (36.33% from 255) = 38.66%

 BLUE value IS 144 (56.64% from 255) = 60.5%

R = 0.84%
G = 38.66%
B = 60.5%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#025C90 (or 0x025C90) is known color: Dark Cerulean. HEX triplet: 02, 5C and 90. RGB value is (2,92,144). Sum of RGB (Red+Green+Blue) = 2+92+144=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #025C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C90 is #FDA36F. Grayscale: #464646. Windows color (decimal): -16622448 or 9460738. OLE color: 9460738.

HSL color Cylindrical-coordinate representation of color #025C90: hue angle of 201.97º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025C90 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 92 144 -
CMYK 0.99 0.36 0 0.44
HSL 201.97º 0.97% 0.29% -
HSV(B) 201.97º 0.99% 0.56% -
XYZ 8.89 9.68 27.79 -
YUV 71.02 169.18 78.77 -
System Red Green Blue C M Y K H S L
Decimal 2 92 144 0.99 0.36 0 0.44 201.97 0.97 0.29
Hex 2 5C 90 63 24 0 2C CA 61 1D
Octal 2 134 220 143 44 0 54 312 141 35
Binary 10 1011100 10010000 1100011 100100 0 101100 11001010 1100001 11101

Color Harmonies of #025C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C90

Black with #025C90

Text Example


Text Example

White with #025C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025C90; }

 p { color: rgb(2,92,144); }

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

background-color css

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

 a { background-color: rgb(2,92,144); }

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

border-color css

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

 span { border-color: rgb(2,92,144); }

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