Html Css Color HEX #056792 Cerulean

📋 copy color: '#056792'

red 5 ◦ green 103 ◦ blue 146

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

Shades of Cerulean #056792

Tints of Cerulean #056792

RGB

 RED value IS 5 (2.34% from 255) = 1.97%

 GREEN value IS 103 (40.63% from 255) = 40.55%

 BLUE value IS 146 (57.42% from 255) = 57.48%

R = 1.97%
G = 40.55%
B = 57.48%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#056792 (or 0x056792) is known color: Cerulean. HEX triplet: 05, 67 and 92. RGB value is (5,103,146). Sum of RGB (Red+Green+Blue) = 5+103+146=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #056792 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056792 is #FA986D. Grayscale: #4E4E4E. Windows color (decimal): -16423022 or 9594629. OLE color: 9594629.

HSL color Cylindrical-coordinate representation of color #056792: hue angle of 198.3º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056792 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 103 146 -
CMYK 0.97 0.29 0 0.43
HSL 198.3º 0.93% 0.3% -
HSV(B) 198.3º 0.97% 0.57% -
XYZ 10.1 11.81 28.94 -
YUV 78.6 166.03 75.5 -
System Red Green Blue C M Y K H S L
Decimal 5 103 146 0.97 0.29 0 0.43 198.3 0.93 0.3
Hex 5 67 92 61 1D 0 2B C6 5D 1E
Octal 5 147 222 141 35 0 53 306 135 36
Binary 101 1100111 10010010 1100001 11101 0 101011 11000110 1011101 11110

Color Harmonies of #056792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056792

Black with #056792

Text Example


Text Example

White with #056792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056792; }

 p { color: rgb(5,103,146); }

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

background-color css

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

 a { background-color: rgb(5,103,146); }

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

border-color css

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

 span { border-color: rgb(5,103,146); }

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