Html Css Color HEX #025C8B Dark Cerulean

📋 copy color: '#025C8B'

red 2 ◦ green 92 ◦ blue 139

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

Shades of Dark Cerulean #025C8B

Tints of Dark Cerulean #025C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.66%

R = 0.86%
G = 39.48%
B = 59.66%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#025C8B (or 0x025C8B) is known color: Dark Cerulean. HEX triplet: 02, 5C and 8B. RGB value is (2,92,139). Sum of RGB (Red+Green+Blue) = 2+92+139=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 139 (54.69% from 255 or 59.66% from 233); Max value from RGB is 139 - color contains mainly: blue. Hex color #025C8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025C8B is #FDA374. Grayscale: #464646. Windows color (decimal): -16622453 or 9133058. OLE color: 9133058.

HSL color Cylindrical-coordinate representation of color #025C8B: hue angle of 200.58º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025C8B is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 92 139 -
CMYK 0.99 0.34 0 0.45
HSL 200.58º 0.97% 0.28% -
HSV(B) 200.58º 0.99% 0.55% -
XYZ 8.51 9.53 25.82 -
YUV 70.45 166.68 79.18 -
System Red Green Blue C M Y K H S L
Decimal 2 92 139 0.99 0.34 0 0.45 200.58 0.97 0.28
Hex 2 5C 8B 63 22 0 2D C9 61 1C
Octal 2 134 213 143 42 0 55 311 141 34
Binary 10 1011100 10001011 1100011 100010 0 101101 11001001 1100001 11100

Color Harmonies of #025C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025C8B

Black with #025C8B

Text Example


Text Example

White with #025C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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